home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 90 / CDMM_90_1.ISO / Cycling Manager 2 / CyclingManager2Demo.exe / Disk1 / data1.cab / Game / DataCM2 / MenuServer / InRaceServerLibrary.cnh < prev    next >
Encoding:
Text File  |  2002-05-10  |  1000 b   |  22 lines

  1. func void RemoveClient(i32x iUserId);
  2. func void StartClient( i32x iUserId);
  3.  
  4. func void IndividualOrder(    i32x iInRaceTeamID, i32x iSeletedCyclistsFlag, i32x iOrderenum,        i32x iOrderValue,     i32x iOrderOption, f32x fOrderOption);
  5.  
  6. func void AIBreak(            i32x iPreRaceCyclistIndex,i32x _iBreakFlag);
  7. func void AIWithdrawal(        i32x iPreRaceCyclistIndex);
  8. func void AIAllWithdrawal();
  9. func void AIFall(            i32x iPreRaceCyclistIndex);
  10.             
  11. func i32x GetNumRaceCyclists();
  12. func f32x GetStartRaceCyclistTime(                i32x iRaceCyclistIndex);
  13. func i32x GetWithdrawalCyclistDistance(            i32x iRaceCyclistIndex);
  14. func i32x GetPreRaceCyclistIndexFromRaceCyclist(    i32x iRaceCyclistindex);
  15.  
  16. func void InitInterface(i32x iPreRaceTeamIndex);
  17.  
  18. func i32x InRaceServer_GetNbSprints();
  19. func i32x GetNbSprinterToSend(            i32x iSprintIndex, i32x iPreRaceTeamID);
  20. func i32x GetSprinterPreRaceCyclistIndex(i32x iSprintIndex, i32x iCyclistIndex);
  21. func f32x GetSprinterTime(                i32x iSprintIndex, i32x iCyclistIndex);
  22.